home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / qdr23.arc / QDR.DOC < prev   
Encoding:
Text File  |  1986-10-22  |  2.4 KB  |  67 lines

  1.  
  2.  Command QDR                                            Version 2.3
  3.  -----------                                            Oct 22, 1986
  4.  
  5.  
  6.  Purpose
  7.  -------
  8.         Re-format a floppy disk quickly, optionally with a new
  9.         volume label, deleting all files and sub-directories.
  10.  
  11.  Format
  12.  ------
  13.                 QDR [d:][label]  [/F][/1][/3][/4][/8] [/N]
  14.  
  15.  Remarks
  16.  -------
  17.         The d:  parameter supplies the drive letter, A to K.  If no
  18.         drive letter is supplied, A is used.  A fixed disk can not be
  19.         re-formatted.
  20.  
  21.         You may supply a volume label (up to 11 characters) immediately
  22.         following the drive letter.  For example:
  23.  
  24.                 QDR b:scratch
  25.  
  26.         The /N option suppresses the "press ENTER to continue" prompt.
  27.         Otherwise, press the enter key to reformat the disk, or the
  28.         ESCape key to cancel.
  29.  
  30.         Use the /F option to force a full format of all tracks.  The /1,
  31.         /3, /4, and /8 options apply to a full format.
  32.  
  33.         Bad clusters remain marked as bad unless a full format is used,
  34.         then clusters are marked as unusable if they can not be formatted.
  35.  
  36.         The DOS error level is set to 0 for successful completion, or to
  37.         1 if any errors occur.
  38.  
  39.  
  40.  Formatting
  41.  ----------
  42.         To perform a full format of a disk sectors, use the /F options.
  43.         It is recommended that you use DOS FORMAT since QDR is not much
  44.         faster when doing a full format. Both mark bad clusters.
  45.  
  46.         You may suppy /1 to force SSSD format, /4 for DSQD (1.2mb), or
  47.         /3 for DSQD (720kb), or /8 for eight-sectors (SSSD or DSDD).
  48.  
  49.         Unless /F is used, the diskette must have been previously
  50.         formatted.  The allowable diskette formats are:  DSQD (1.2mb or
  51.         720kb), SSSD/8, SSSD/9, DSDD/8, and DSDD/9.  When information is
  52.         available for other drive types, they will be added to the data
  53.         in the internal device table.  Your system hardware and software
  54.         must support the device type.
  55.  
  56.  
  57.  Restrictions
  58.  ------------
  59.         (c) Copyright Vernon D. Buerg 1986. All rights reserved.
  60.  
  61.         May be copied and distributed in its original form only.  For
  62.         private, personal use.  Not for sale or hire.  Use this program
  63.         at your own risk.  No warranty is given and no liability is
  64.         assumed.
  65.  
  66.  
  67.